:root {
    // Custom variable values only support SassScript inside `#{}`.
    @each $color, $value in $colors {
      --#{$color}: #{$value};
    }
  
    @each $color, $value in $theme-colors {
      --#{$color}: #{$value};
    }
  
    @each $bp, $value in $grid-breakpoints {
      --breakpoint-#{$bp}: #{$value};
    }
  
    // Use `inspect` for lists so that quoted items keep the quotes.
    // See https://github.com/sass/sass/issues/2383#issuecomment-336349172
    --font-family-sans-serif: #{inspect($font-family-sans-serif)};
    --font-family-monospace: #{inspect($font-family-monospace)};
  }
  body{
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .centrar{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
  }
  .contenedorLogoBannerLegal{
    position: relative;
  }
  .contenedorLogoBannerLegal .logo{
    max-width: 485px;
  position: absolute;
  
  }
  .contenedorLogoBannerLegal .logo > img{
    width: 75%;
  }
  .contenedorLogoBannerLegal div.imagenBaner{
  
        background-image: url(https://img04.en25.com/EloquaImages/clients/DAVIVIENDAELSALVADOR/%7Bf2a5f8cd-a84a-4016-b20c-642b160c0404%7D_221028-banner.png);
        height: 524px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        
    }
  
  
  .contenedorLogoBannerLegal .legal{
    position: absolute;
    right: 26px;
    top: 72px;
  
  }
  .contenedorLogoBannerLegal .titulo {
    max-width: 514px;
    width: 95%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
  }
  .contenedorLogoBannerLegal .titulo img{
      width: 100%;
  }
  div.frase {
      font-size: 2.3rem;
      font-weight: 300;
      max-width: 838px;
      width: 95%;
      text-align: center;
        margin: 65px auto 35px;
  }
  div.rectangulo1{
    background-color: #ed1c27;
    height: 10px;
    width: 168px;
    margin: 0 auto 30px;
    border-radius: 10px 0px 10px 0px;
  }
  
  /* css carrucel*/
  .owl_wrapper{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .owl_content{padding-left: 12%;}
  .owl_wrapper .owl-item{
    opacity: 0;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    transition: all .2s;
    -webkit-transform: all .2s;
    z-index: 1;
  }
  .owl_wrapper .active{opacity: 0.5;}
  .owl_wrapper .active.middle_beside{
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0.8;
    margin: 0 -1%;
    z-index: 2;
  }
  .owl_wrapper .active.middle{
    transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    z-index: 3;
  }
  .owl_wrapper .active.next_to_mid{margin-left: -1%;}
  .owl_wrapper .active.prev_to_mid{margin-right: -1%;}
  
  
  
  /*===== Navigation =====*/
  .owl_wrapper .prev, .owl_wrapper .next{
    position: absolute;
      top: 100px;
      left: 100px;
      width: 30px;
      border-radius: 100%;
      text-align: center;
      line-height: 30px;
      color: #fff;
      /* background: #777; */
      cursor: pointer;
      z-index: 5;
  }
  .owl_wrapper .next{left: calc(100% - 100px);}
  .no_select{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  
  
  
  
  @import url('https://fonts.googleapis.com/css?family=Roboto');
  
  .infos {
      width: 500px;
      text-align: center;
      font-family: 'Roboto', Arial;
      font-size: 14px;
      line-height: 16px;
      margin-top: 50px;
      color: #000;
  }
  .infos a {
      color: #555;
      text-decoration: none;
  }
  .infos a:hover {color: #999;}
  /* fin css carrucel*/
  
  
  .titulobeneficios{
    width: 100%;
    text-align: center;
    color: #ed1c27;
    font-weight: 600;
    margin: 44px 0 50px;
    }

  .fondo-beneficios img{
    margin-top: 20px;
  }


  .Beneficios {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1920px;
    text-align: center;
    margin: 37px 0;
  }
  .Beneficios div{
  width: 216px;
    text-align: center;
  }
  .Beneficios div p{
    font-size: 20px;
    margin: 22px 0 10px 0;
    color: #444;
  }
  div.frase2 p{
      font-size: 1.5rem;
      font-weight: 500;
      max-width: 838px;
      width: 95%;
      text-align: center;
      margin: 65px auto 35px;
      font-style: italic;
      color: #676767;
  }
  .boton{
    max-width: 333px;
    margin: 30px auto;
    width: 100%;
    text-align: center;
    margin-top: 62px;
  }

  .boton-solicitar{
    background-color: #ed1c27;
    color: white;
    padding: 20px 30px;
    border-radius: 30px;
    font-size: 25px;
    margin-bottom: 25px;
  }

  .boton-solicitar:hover {
    background-color: #c00e17;
    text-decoration: none;
    color: white;
  }

  .formulario {
      max-width: 541px;
      margin: 65px auto;
      width: 95%;
      font-size: 20px;
      text-align: center;
    }
    .formulario p{
      color: #464646;
  font-size: 23px;
  margin-bottom: 25px;
      font-weight: 300;
    }
  .formulario button, input {
      overflow: visible;
      border: none;
      border-bottom: 2px solid #ed1c27;
      width: 400px;
      color: #000;
  }
  .formulario  input::-webkit-input-placeholder{
    color: #000;
  }
  .formulario button, input.botonEnviar {
    background-color: #ed1c27;
  width: 250px;
  padding: 17px;
  margin: 30px 0;
  color: #fff;
  font-style: italic;
  border-radius: 30px;
  }
  footer{
    display: block;
      width: 90%;
      margin: 70px auto auto auto;
      color: #808182;
      font-size: 14px;
  }
  .contenedorpopUP {
      width: 100%;
      height: 100%;
      background: #131212a6;
      position: absolute;
      top: 0;
      z-index: 30;
      display: none;
  }
  .mensaje {
      background-color: #fff;
      max-width: 400px;
      height: 225px;
      border-radius: 36px;
      overflow: hidden;
      width: 95%;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 300px;
  }
  .contenedorLogoycierre {
      width: 410px;
      background-color: #e2e2e2;
      text-align: center;
      padding: 13px;
  }
  .contenedorLogoycierre img.logoD{
  width: 61%;
      margin-right: 30px;
    }
    .contenedorLogoycierre img.cierre{
  width: 11%;
      }
    .mensaje p{
          font-size: 27px;
          font-style: italic;
          color: #545454;
          margin: 30px 0;
      }
  
  
  
  @media screen and (min-width: 881px) and (max-width: 1155px) {
  
    .contenedorLogoBannerLegal .titulo {
        max-width: 514px;
        width: 95%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 36px;
    }
  }
    @media screen and (min-width: 680px) and (max-width: 880px) {
  
      .contenedorLogoBannerLegal .titulo {
        max-width: 514px;
        width: 56%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
      }
      .Beneficios {
      display: block;
      justify-content: space-around;
      width: 100%;
      max-width: 1920px;
      text-align: center;
      margin: 37px auto;
  }
      .Beneficios div {
        width: 216px;
        text-align: center;
        margin: 50px auto;
    }
  
  
  
  }
    @media screen and (min-width: 500px) and (max-width: 679px) {
      .contenedorLogoBannerLegal .titulo {
        max-width: 514px;
        width: 56%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
      }
      .Beneficios {
      display: block;
      justify-content: space-around;
      width: 100%;
      max-width: 1920px;
      text-align: center;
      margin: 37px auto;
  }
      .Beneficios div {
        width: 216px;
        text-align: center;
        margin: 50px auto;
    }
  
    div.frase {
        font-size: 1.5rem;
        font-weight: 300;
        max-width: 838px;
        width: 95%;
        text-align: center;
        margin: 65px auto 35px;
    }
  
  
    }
    @media screen and (min-width: 320px) and (max-width: 499px) {
      .contenedorLogoBannerLegal .titulo {
        max-width: 514px;
        width: 91%;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
      }
      .Beneficios {
      display: block;
      justify-content: space-around;
      width: 100%;
      max-width: 1920px;
      text-align: center;
      margin: 37px auto;
  }
      .Beneficios div {
        width: 216px;
        text-align: center;
        margin: 50px auto;
    }
  
    div.frase {
        font-size: 1.5rem;
        font-weight: 300;
        max-width: 838px;
        width: 95%;
        text-align: center;
        margin: 65px auto 35px;
    }
    .formulario button, input {
        overflow: visible;
        border: none;
        border-bottom: 2px solid #ed1c27;
        max-width: 400px;
        color: #000;
            width: 90%;
    }
    .owl_wrapper .active.middle {
      transform: scale(0.8);
      -ms-transform: scale(1);
      opacity: 1;
      z-index: 3;
  }
  .owl_content {
      padding-left: 10%;
  }
  .contenedorLogoycierre {
      max-width: 410px;
      background-color: #e2e2e2;
      text-align: center;
      padding: 13px;
      width: 100%;
  }
  .mensaje p {
      font-size: 1.5rem;
      font-style: italic;
      color: #545454;
      margin: 30px 0;
  }
  .owl-carousel .owl-item img.espacioB{
    display: none;
  }
    }